GET /api/bet_types/d894d3a4-e9eb-4008-93a4-c4afff3132f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d894d3a4-e9eb-4008-93a4-c4afff3132f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2c03d08-2f8f-4dfb-92f1-743f67878649/?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": "Cleveland Cavaliers",
                "amount": 6114.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "d0da309c-5e5c-4f6f-8f84-0a10fe6bf4db",
            "gambit_id": "770f2caa-aff3-49c1-b354-419c405c7fdb",
            "last_updated": "2022-11-10T09:17:41.243543-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d894d3a4-e9eb-4008-93a4-c4afff3132f6/?format=api"
        },
        {
            "id": "26a8cce8-c9e2-4b05-b12a-999eefe6c94f",
            "gambit_id": "6aeeba64-13c7-4203-8ba6-a66f167a084e",
            "last_updated": "2022-11-10T09:17:41.242441-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d894d3a4-e9eb-4008-93a4-c4afff3132f6/?format=api"
        }
    ]
}