GET /api/bet_types/7f6e13f2-5398-4758-8aca-46112aa48c03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f6e13f2-5398-4758-8aca-46112aa48c03",
    "match": "https://api-prod.gambitprofit.com/api/matches/034b6b84-0f44-4cf1-918f-209dc194aff8/?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": "Houston",
                "amount": 6389.0
            },
            {
                "team": "Tulane",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "55c7f21c-e338-4941-af10-0cfd2888fb0b",
            "gambit_id": "d586b1e0-d0a4-49bd-ad7e-33bfe5517a0c",
            "last_updated": "2022-10-01T09:17:16.803051-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f6e13f2-5398-4758-8aca-46112aa48c03/?format=api"
        },
        {
            "id": "9bf04bf2-613c-4a04-84b7-e046b05ed630",
            "gambit_id": "9b615437-b3e4-4a82-9766-58359079a8ae",
            "last_updated": "2022-10-01T09:17:16.802133-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulane",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f6e13f2-5398-4758-8aca-46112aa48c03/?format=api"
        }
    ]
}