GET /api/bet_types/54c0fa63-770c-45e5-bb94-8a09aa27a0d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54c0fa63-770c-45e5-bb94-8a09aa27a0d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/715a3583-f057-449a-b007-e33242cb694e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Army",
                "amount": 7520.0
            },
            {
                "team": "Connecticut",
                "amount": 2480.0
            }
        ],
        "expected_reward_tokens": 9249.6,
        "profit_sb": 249.6,
        "profit_sb_percentage": 2.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "47b4511e-4b01-46b3-b4c2-23cfb76daf7f",
            "gambit_id": "c28e9c03-e5e6-4d1f-95d7-6bcd297029c2",
            "last_updated": "2022-11-21T12:08:10.760661-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Army",
            "reward": "1.23000",
            "odds": "1.25640",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54c0fa63-770c-45e5-bb94-8a09aa27a0d9/?format=api"
        },
        {
            "id": "0dcd890f-6f15-4bdf-b3b4-9ae859edecae",
            "gambit_id": "89760a6e-ad27-4ac1-859d-b3c0f9fd1603",
            "last_updated": "2022-11-21T12:08:10.761703-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Connecticut",
            "reward": "3.73000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54c0fa63-770c-45e5-bb94-8a09aa27a0d9/?format=api"
        }
    ]
}