GET /api/bet_types/c629d4c2-6eb9-49f3-ae9a-7c1044dcb153/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c629d4c2-6eb9-49f3-ae9a-7c1044dcb153",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e30582a-7add-436d-9b49-2081525003ed/?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": "Arkansas",
                "amount": 8090.0
            },
            {
                "team": "Liberty",
                "amount": 1910.0
            }
        ],
        "expected_reward_tokens": 9301.7,
        "profit_sb": 301.7,
        "profit_sb_percentage": 3.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee26b83d-97c1-4078-9028-383d8ea4697f",
            "gambit_id": "7ec81294-811b-46c0-a576-f2741225f3e9",
            "last_updated": "2022-11-06T16:03:37.590160-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas",
            "reward": "1.15000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c629d4c2-6eb9-49f3-ae9a-7c1044dcb153/?format=api"
        },
        {
            "id": "4a6f3428-1500-4bd1-ad3e-f017a5fea6ec",
            "gambit_id": "8408e030-648f-4be9-a073-45fe4bcc78e5",
            "last_updated": "2022-11-06T16:03:37.591107-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liberty",
            "reward": "4.87000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c629d4c2-6eb9-49f3-ae9a-7c1044dcb153/?format=api"
        }
    ]
}