GET /api/bet_types/e05da729-6487-48c4-b744-5b5889028e82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e05da729-6487-48c4-b744-5b5889028e82",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb96e825-4aa7-4087-a5c5-6dc1e21d0a67/?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": "Nashville Predators",
                "amount": 6816.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3184.0
            }
        ],
        "expected_reward_tokens": 9201.6,
        "profit_sb": 201.6,
        "profit_sb_percentage": 2.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "e904b1cb-7ca9-4da3-9beb-ac0144df5153",
            "gambit_id": "2551b753-e5a7-4c04-bb35-c9083af88833",
            "last_updated": "2022-11-09T09:33:32.208376-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.35000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e05da729-6487-48c4-b744-5b5889028e82/?format=api"
        },
        {
            "id": "ee077e7c-b9a1-4eb1-bad3-f15cb98dba36",
            "gambit_id": "7ef7dcff-27d1-4963-9176-c59dc8b53145",
            "last_updated": "2022-11-09T09:33:32.207367-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "2.89000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e05da729-6487-48c4-b744-5b5889028e82/?format=api"
        }
    ]
}