GET /api/bet_types/1c1581ce-17ea-4eda-97f4-a7b60de0435c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c1581ce-17ea-4eda-97f4-a7b60de0435c",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cca293a-79c5-4564-97f9-22966e13f47a/?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": "BAL",
                "amount": 5664.0
            },
            {
                "team": "TOR",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "7426f3e2-0290-41e1-a398-b447ecefd9b6",
            "gambit_id": "793b64da-435c-46da-a307-221be432e935",
            "last_updated": "2022-09-19T09:42:08.672545-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c1581ce-17ea-4eda-97f4-a7b60de0435c/?format=api"
        },
        {
            "id": "7cbc6772-7c2d-4e9a-98e5-7be037b5805a",
            "gambit_id": "5980b37e-f55d-4de3-8c4a-baa66da25c09",
            "last_updated": "2022-09-19T09:42:08.671521-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c1581ce-17ea-4eda-97f4-a7b60de0435c/?format=api"
        }
    ]
}