GET /api/bet_types/aba50cce-2e85-433f-b1da-e014bf18b257/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aba50cce-2e85-433f-b1da-e014bf18b257",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b55b356-18cc-47df-9b70-5e89bd35b638/?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": "Syracuse",
                "amount": 5863.0
            },
            {
                "team": "NC State",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "54d4710a-4311-4ac2-a29d-d8677e915f5d",
            "gambit_id": "57e23d18-9b8e-4439-9052-c66b785391b9",
            "last_updated": "2022-10-17T09:37:01.422163-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Syracuse",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aba50cce-2e85-433f-b1da-e014bf18b257/?format=api"
        },
        {
            "id": "7e4e8a57-1aff-4f95-a07c-1934aeb05bbe",
            "gambit_id": "bb5aa20f-2324-4680-a0ce-4e9824d0ec6c",
            "last_updated": "2022-10-17T09:37:01.421039-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NC State",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aba50cce-2e85-433f-b1da-e014bf18b257/?format=api"
        }
    ]
}