GET /api/bet_types/55f27b28-cf0f-414b-a1a8-13f13cf2cc0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55f27b28-cf0f-414b-a1a8-13f13cf2cc0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a52fa58-5ac3-407d-92c9-84716ff02aa0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-03T10:48:11.643008-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": "OAK",
                "amount": 5614.0
            },
            {
                "team": "LAA",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "598e1c6b-86cc-4874-ae71-bbc837ce302c",
            "gambit_id": "41d2f7a2-a659-4cbd-811b-ba1748383932",
            "last_updated": "2023-09-05T10:27:57.696143-04:00",
            "created_at": "2023-09-03T10:48:11.656030-04:00",
            "name": "OAK",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55f27b28-cf0f-414b-a1a8-13f13cf2cc0a/?format=api"
        },
        {
            "id": "cf262be3-0b7f-43ec-9a17-e3bfca357614",
            "gambit_id": "7262a8f4-fcad-4091-a6ba-33078e1ee560",
            "last_updated": "2023-09-05T10:27:57.689737-04:00",
            "created_at": "2023-09-03T10:48:11.651595-04:00",
            "name": "LAA",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55f27b28-cf0f-414b-a1a8-13f13cf2cc0a/?format=api"
        }
    ]
}