GET /api/bet_types/c846351f-7ad2-4411-82f7-2f5de4bf6e9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c846351f-7ad2-4411-82f7-2f5de4bf6e9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3cf3a730-285d-48de-bbfa-587386181807/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-07T11:57:07.289605-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": "NYY (G Cole)",
                "amount": 5208.0
            },
            {
                "team": "TAM (J Guerra)",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9582.72,
        "profit_sb": 82.72,
        "profit_sb_percentage": 0.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "ed24eaac-10b9-441b-b4e9-76cc501c1dfe",
            "gambit_id": "1e3bc795-86b6-4922-a2e9-8fa03022b46c",
            "last_updated": "2023-05-08T11:47:06.043234-04:00",
            "created_at": "2023-05-07T11:57:07.293033-04:00",
            "name": "NYY (G Cole)",
            "reward": "1.84000",
            "odds": "1.87720",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c846351f-7ad2-4411-82f7-2f5de4bf6e9e/?format=api"
        },
        {
            "id": "0e97cab2-4257-4161-9d0f-1cc70665f055",
            "gambit_id": "80a3784c-2ad5-4a60-b274-7155f04dedb2",
            "last_updated": "2023-05-08T11:47:06.041059-04:00",
            "created_at": "2023-05-07T11:57:07.291251-04:00",
            "name": "TAM (J Guerra)",
            "reward": "2.00000",
            "odds": "2.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c846351f-7ad2-4411-82f7-2f5de4bf6e9e/?format=api"
        }
    ]
}