GET /api/bet_types/b9f653a4-5e05-43a9-92f8-1ac8a5b0f9c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9f653a4-5e05-43a9-92f8-1ac8a5b0f9c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/e112629a-91ac-4db2-ad67-f87911dbb31b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-07T08:48:14.479599-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 (C Rodon)",
                "amount": 5980.0
            },
            {
                "team": "DET (Ed Rodriguez)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "a54b9ca2-a669-4274-a189-7b5062ab5510",
            "gambit_id": "6a25ac2d-feb4-49f8-8c70-3f25342a91e3",
            "last_updated": "2023-09-08T09:38:01.298051-04:00",
            "created_at": "2023-09-07T08:48:14.488966-04:00",
            "name": "NYY (C Rodon)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9f653a4-5e05-43a9-92f8-1ac8a5b0f9c3/?format=api"
        },
        {
            "id": "f841eb72-3b4a-4829-bc3b-4aa52e647201",
            "gambit_id": "28ddce13-d707-46e0-a34d-272447db0cae",
            "last_updated": "2023-09-08T09:38:01.294544-04:00",
            "created_at": "2023-09-07T08:48:14.483879-04:00",
            "name": "DET (Ed Rodriguez)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9f653a4-5e05-43a9-92f8-1ac8a5b0f9c3/?format=api"
        }
    ]
}