GET /api/bet_types/92e866a2-27d1-49f8-82c0-a42e68f4c337/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92e866a2-27d1-49f8-82c0-a42e68f4c337",
    "match": "https://api-prod.gambitprofit.com/api/matches/bee7b487-a7ee-4240-b25a-c3f6936e3bb2/?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": "Ottawa Senators",
                "amount": 5696.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 511.84,
        "profit_sb_percentage": 5.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "3f9429fa-1a06-42c3-8406-a8251b03d379",
            "gambit_id": "f640977d-7638-4047-81b7-e0b33019cc47",
            "last_updated": "2022-11-02T20:57:11.774721-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92e866a2-27d1-49f8-82c0-a42e68f4c337/?format=api"
        },
        {
            "id": "1af690a0-e058-4484-a567-fc8ac018a466",
            "gambit_id": "e50b3c37-2e9b-4c6f-9a4f-b7ffbbbb3256",
            "last_updated": "2022-11-02T20:57:11.773762-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92e866a2-27d1-49f8-82c0-a42e68f4c337/?format=api"
        }
    ]
}