GET /api/bet_types/5da36879-c276-4b5f-96c3-8390d7b2d696/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5da36879-c276-4b5f-96c3-8390d7b2d696",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c643717-2e32-4ea9-9ccb-3706f2e43cfb/?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": "Sacramento Kings",
                "amount": 7261.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 2739.0
            }
        ],
        "expected_reward_tokens": 9148.26,
        "profit_sb": 148.26,
        "profit_sb_percentage": 1.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "2944eab4-a14d-4fef-ab99-065aaa26832d",
            "gambit_id": "fce6a69d-a754-4d80-8afa-a573afb2c40d",
            "last_updated": "2022-12-22T10:32:27.631974-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.26000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5da36879-c276-4b5f-96c3-8390d7b2d696/?format=api"
        },
        {
            "id": "03e142d2-8994-4645-8087-f241e4a28948",
            "gambit_id": "d128402a-8756-41d0-a453-3e3097203cd1",
            "last_updated": "2022-12-22T10:32:27.633038-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "3.34000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5da36879-c276-4b5f-96c3-8390d7b2d696/?format=api"
        }
    ]
}