GET /api/bet_types/7e569237-659d-43be-aa41-44cf52a31e5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e569237-659d-43be-aa41-44cf52a31e5c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a67c5c36-9de7-4681-9261-a1c99c18c721/?format=api",
    "name": "Play the Odds",
    "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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc491142-4a26-4a2f-a02a-967a0e029453",
            "gambit_id": "4bdd3247-fcb9-49fe-bba9-a770c9850f7d",
            "last_updated": "2022-10-27T11:47:08.611084-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e569237-659d-43be-aa41-44cf52a31e5c/?format=api"
        },
        {
            "id": "32208134-36c7-427f-b1bf-7336b24b9e49",
            "gambit_id": "f02708d8-002b-4c95-8b40-0cacd3ec0fb5",
            "last_updated": "2022-10-27T11:47:08.612097-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e569237-659d-43be-aa41-44cf52a31e5c/?format=api"
        }
    ]
}