GET /api/bet_types/bbbebc1d-9877-43e3-95d3-f3f065c487ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbbebc1d-9877-43e3-95d3-f3f065c487ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd41af78-0368-440d-8003-069905fd4ba6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-07T13:48:15.202680-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": "SFO (L Webb)",
                "amount": 5222.0
            },
            {
                "team": "LAA (P Sandoval)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "477d20ff-6b96-42d4-839a-05e07944917d",
            "gambit_id": "cfea1f9c-cd29-41cd-8b5e-8084b6f63de1",
            "last_updated": "2023-08-09T10:38:18.757747-04:00",
            "created_at": "2023-08-07T13:48:15.213423-04:00",
            "name": "SFO (L Webb)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbbebc1d-9877-43e3-95d3-f3f065c487ea/?format=api"
        },
        {
            "id": "20a0be98-81b4-4156-9d4b-5f339df260dc",
            "gambit_id": "41b72d47-ceda-4db8-86d0-efadf42ecf6a",
            "last_updated": "2023-08-09T10:38:18.761561-04:00",
            "created_at": "2023-08-07T13:48:15.221258-04:00",
            "name": "LAA (P Sandoval)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbbebc1d-9877-43e3-95d3-f3f065c487ea/?format=api"
        }
    ]
}