GET /api/bet_types/75836527-e7f1-456c-924e-5929201e6df9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75836527-e7f1-456c-924e-5929201e6df9",
    "match": "https://api-prod.gambitprofit.com/api/matches/49fc105e-2092-4dda-8465-c1b9d7f653b9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-02T10:32:08.652258-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": "BAL",
                "amount": 5784.0
            },
            {
                "team": "SFO",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "dfd9f623-1c42-44b5-b28b-0ad22b7ddeba",
            "gambit_id": "5c3eebc4-a6b1-4c19-8065-067ee60cf45c",
            "last_updated": "2023-06-04T13:12:11.111732-04:00",
            "created_at": "2023-06-02T10:32:08.654234-04:00",
            "name": "BAL",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75836527-e7f1-456c-924e-5929201e6df9/?format=api"
        },
        {
            "id": "1228006d-64ac-4fa4-8285-396cdbc64cde",
            "gambit_id": "f91c7870-955d-4de8-bfec-456ca5ff0c15",
            "last_updated": "2023-06-04T13:12:11.113478-04:00",
            "created_at": "2023-06-02T10:32:08.656203-04:00",
            "name": "SFO",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75836527-e7f1-456c-924e-5929201e6df9/?format=api"
        }
    ]
}