GET /api/bet_types/6c535d8d-aef8-40dd-8af4-8f37f791aa3b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c535d8d-aef8-40dd-8af4-8f37f791aa3b",
    "match": "https://api-prod.gambitprofit.com/api/matches/04d92284-88d5-4e8e-9279-7d127a7c3799/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-10T10:03:06.500562-04: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": "SEA",
                "amount": 6154.0
            },
            {
                "team": "TAM",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "aab50b91-1788-4fe8-93d6-3502bced93fd",
            "gambit_id": "7e91d73d-c1d7-42e4-8819-25d650910328",
            "last_updated": "2023-09-12T11:33:03.672457-04:00",
            "created_at": "2023-09-10T10:03:06.504474-04:00",
            "name": "SEA",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c535d8d-aef8-40dd-8af4-8f37f791aa3b/?format=api"
        },
        {
            "id": "471f66db-dc11-4c54-8897-d4faffbaf768",
            "gambit_id": "75ac09a6-2606-475c-b794-1188870ab86c",
            "last_updated": "2023-09-12T11:33:03.677773-04:00",
            "created_at": "2023-09-10T10:03:06.508321-04:00",
            "name": "TAM",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c535d8d-aef8-40dd-8af4-8f37f791aa3b/?format=api"
        }
    ]
}