GET /api/bet_types/163b01f4-5798-4536-b703-7e009eb16c67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "163b01f4-5798-4536-b703-7e009eb16c67",
    "match": "https://api-prod.gambitprofit.com/api/matches/5eee2c41-f423-4e98-86d3-e3adcc0ea7d8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-17T10:28:01.591854-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": "Texas Rangers",
                "amount": 6324.0
            },
            {
                "team": "Cleveland Guardians",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "c02aee79-b6ba-40e5-9ba7-995141683f2d",
            "gambit_id": "6fcd3e3b-8580-48c7-b052-a5b2292b2b3e",
            "last_updated": "2023-09-18T23:03:07.895946-04:00",
            "created_at": "2023-09-17T10:28:01.596943-04:00",
            "name": "Texas Rangers",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/163b01f4-5798-4536-b703-7e009eb16c67/?format=api"
        },
        {
            "id": "a7b7396c-2197-4496-81eb-db87ea9dfc20",
            "gambit_id": "2ec779da-1da3-4621-a785-95e1b32117f0",
            "last_updated": "2023-09-18T23:03:07.900261-04:00",
            "created_at": "2023-09-17T10:28:01.601377-04:00",
            "name": "Cleveland Guardians",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/163b01f4-5798-4536-b703-7e009eb16c67/?format=api"
        }
    ]
}