GET /api/bet_types/c8ecf4d6-cbe3-42d0-be66-7d1cce5a68e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8ecf4d6-cbe3-42d0-be66-7d1cce5a68e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7a49146-03f7-47de-8288-ed2a0cc73827/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-26T11:52:11.116858-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": "CIN",
                "amount": 6100.0
            },
            {
                "team": "CHC",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "ce609cbf-1e8c-4c01-aae0-b6af51deae79",
            "gambit_id": "e490110e-d130-49cc-924b-c1a901db322f",
            "last_updated": "2023-05-27T16:02:12.326467-04:00",
            "created_at": "2023-05-26T11:52:11.118452-04:00",
            "name": "CIN",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8ecf4d6-cbe3-42d0-be66-7d1cce5a68e1/?format=api"
        },
        {
            "id": "cafcab0c-4085-4c59-ab98-d0ab1c1535c2",
            "gambit_id": "7bc9be69-0568-4601-8404-0bcd700f2a85",
            "last_updated": "2023-05-27T16:02:12.329202-04:00",
            "created_at": "2023-05-26T11:52:11.120133-04:00",
            "name": "CHC",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8ecf4d6-cbe3-42d0-be66-7d1cce5a68e1/?format=api"
        }
    ]
}