GET /api/bet_types/87e88c19-b6c1-47d1-ad87-53f2c25ef7dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87e88c19-b6c1-47d1-ad87-53f2c25ef7dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/222264d8-f066-4c6b-bef0-beff3df26e82/?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": "Mississippi",
                "amount": 8311.0
            },
            {
                "team": "Georgia Tech",
                "amount": 1689.0
            }
        ],
        "expected_reward_tokens": 9221.94,
        "profit_sb": 221.94,
        "profit_sb_percentage": 2.47,
        "recommended": true
    },
    "lines": [
        {
            "id": "4d260429-c408-46dc-9590-805b6aeef5c3",
            "gambit_id": "e1de91c4-4a4e-4393-b1b3-5651545dba19",
            "last_updated": "2022-09-18T18:07:32.344518-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi",
            "reward": "1.11000",
            "odds": "1.13330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87e88c19-b6c1-47d1-ad87-53f2c25ef7dc/?format=api"
        },
        {
            "id": "4a7d0cf9-e64c-4018-b96b-527918406d7f",
            "gambit_id": "e3d29621-9e1d-4f3a-a18a-3f45cbe1ece5",
            "last_updated": "2022-09-18T18:07:32.343531-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Tech",
            "reward": "5.46000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87e88c19-b6c1-47d1-ad87-53f2c25ef7dc/?format=api"
        }
    ]
}