GET /api/bet_types/702f55c4-be6f-4d84-b75e-1bb22c64508d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "702f55c4-be6f-4d84-b75e-1bb22c64508d",
    "match": "https://api-prod.gambitprofit.com/api/matches/6571c7ca-f6ed-4947-99c6-e54f5f553406/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-02T15:42:10.788846-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "TAM (J Guerra)",
                "amount": 6060.0
            },
            {
                "team": "PIT (R Contreras)",
                "amount": 3940.0
            }
        ],
        "expected_reward_tokens": 9574.2,
        "profit_sb": 74.2,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "f23a8fc1-8401-4aa3-ad49-0c68a299ed3d",
            "gambit_id": "3d40e7a1-eb34-40bb-92b6-ede178f98314",
            "last_updated": "2023-05-03T12:12:17.488175-04:00",
            "created_at": "2023-05-02T15:42:10.790123-04:00",
            "name": "TAM (J Guerra)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/702f55c4-be6f-4d84-b75e-1bb22c64508d/?format=api"
        },
        {
            "id": "dcdc75d2-f7e2-47e3-9792-b58c67ea2f4f",
            "gambit_id": "3b78952a-11f0-4520-bf64-254d2f9fa75d",
            "last_updated": "2023-05-03T12:12:17.490029-04:00",
            "created_at": "2023-05-02T15:42:10.791595-04:00",
            "name": "PIT (R Contreras)",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/702f55c4-be6f-4d84-b75e-1bb22c64508d/?format=api"
        }
    ]
}