GET /api/bet_types/07304797-b2a5-4338-add2-29584743c645/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07304797-b2a5-4338-add2-29584743c645",
    "match": "https://api-prod.gambitprofit.com/api/matches/124103d2-750f-4700-9858-38c8e4d4f866/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-06T08:43:16.536358-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": "MIL",
                "amount": 6232.0
            },
            {
                "team": "CHC",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "a873e208-aef8-4525-9617-10ca0e7828f0",
            "gambit_id": "0fe6e268-3f86-4412-afcf-ba69b466689e",
            "last_updated": "2023-07-08T09:42:57.161357-04:00",
            "created_at": "2023-07-06T08:43:16.540816-04:00",
            "name": "MIL",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07304797-b2a5-4338-add2-29584743c645/?format=api"
        },
        {
            "id": "e355c92e-5e8b-4a65-8a04-0c6a6a2390c3",
            "gambit_id": "87a959a3-534d-483c-85d4-3eb6192c8d33",
            "last_updated": "2023-07-08T09:42:57.158841-04:00",
            "created_at": "2023-07-06T08:43:16.538536-04:00",
            "name": "CHC",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07304797-b2a5-4338-add2-29584743c645/?format=api"
        }
    ]
}