GET /api/bet_types/7b0bd455-19aa-4ab8-83be-ae31c818441b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b0bd455-19aa-4ab8-83be-ae31c818441b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1fb0567-1fc3-404c-b1be-549a295f3047/?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": "San Francisco 49ers",
                "amount": 5680.0
            },
            {
                "team": "Houston Texans",
                "amount": 4320.0
            }
        ],
        "expected_reward_tokens": 9201.6,
        "profit_sb": 201.6,
        "profit_sb_percentage": 2.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "8fd5c40c-7cbb-4386-9998-89ece9e5cb13",
            "gambit_id": "54b2364f-39ab-4b60-a2f0-cec323aa57df",
            "last_updated": "2022-08-26T13:07:11.819745-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b0bd455-19aa-4ab8-83be-ae31c818441b/?format=api"
        },
        {
            "id": "a9e4dc14-49e9-4d2a-9240-5c8140e76abc",
            "gambit_id": "948b0d33-8931-4744-9a92-128f3b21f959",
            "last_updated": "2022-08-26T13:07:11.819241-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "2.13000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b0bd455-19aa-4ab8-83be-ae31c818441b/?format=api"
        }
    ]
}