GET /api/bet_types/b531825c-4e83-4e4a-9499-aa31dace56a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b531825c-4e83-4e4a-9499-aa31dace56a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/dee52af7-04fe-41dd-bd13-61c76f7f60d9/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-26T00:32:08.531464-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9101689-c737-4746-9f93-a355becd408c",
            "gambit_id": "29fae231-0074-41ab-a91b-80b5f825eb7e",
            "last_updated": "2022-12-27T10:27:03.709807-05:00",
            "created_at": "2022-12-26T00:32:08.532672-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b531825c-4e83-4e4a-9499-aa31dace56a2/?format=api"
        },
        {
            "id": "d69ec947-2fec-43f2-baeb-323d99ea4f00",
            "gambit_id": "96c9fc4a-ab04-43b1-a5aa-b9582ab0e97c",
            "last_updated": "2022-12-27T10:27:03.710910-05:00",
            "created_at": "2022-12-26T00:32:08.533945-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b531825c-4e83-4e4a-9499-aa31dace56a2/?format=api"
        }
    ]
}