GET /api/bet_types/65a6ea0a-1966-4969-959f-abb2e3cb5daa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65a6ea0a-1966-4969-959f-abb2e3cb5daa",
    "match": "https://api-prod.gambitprofit.com/api/matches/2791b10b-b8a9-4804-8a8d-6b388bcd2064/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-10T10:03:10.541362-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": "LAA",
                "amount": 5213.0
            },
            {
                "team": "CLE",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "76179079-fde8-41ba-b475-73491f976211",
            "gambit_id": "dfb025d2-182f-44d7-9997-eb40ccfffb96",
            "last_updated": "2023-09-12T11:23:02.275221-04:00",
            "created_at": "2023-09-10T10:03:10.549478-04:00",
            "name": "LAA",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65a6ea0a-1966-4969-959f-abb2e3cb5daa/?format=api"
        },
        {
            "id": "1a8dfb0c-4b6d-471b-96d9-d7e613c11d53",
            "gambit_id": "1cd5f90a-6d51-4e36-9f5c-218528e58094",
            "last_updated": "2023-09-12T11:23:02.271997-04:00",
            "created_at": "2023-09-10T10:03:10.545365-04:00",
            "name": "CLE",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65a6ea0a-1966-4969-959f-abb2e3cb5daa/?format=api"
        }
    ]
}