GET /api/bet_types/c7e35522-94ac-460a-921e-d0f2c843f169/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7e35522-94ac-460a-921e-d0f2c843f169",
    "match": "https://api-prod.gambitprofit.com/api/matches/11293bff-3058-411b-92e3-7fb726c02f63/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-02T08:58:25.471282-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": "SFO",
                "amount": 6090.0
            },
            {
                "team": "NYM",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "47dc6b51-324a-423f-8f87-0dba7eb5b2f3",
            "gambit_id": "d227e38a-b002-4add-989e-e99b84a18b80",
            "last_updated": "2023-07-04T10:08:09.739532-04:00",
            "created_at": "2023-07-02T08:58:25.472782-04:00",
            "name": "SFO",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7e35522-94ac-460a-921e-d0f2c843f169/?format=api"
        },
        {
            "id": "a3a63148-750a-45bd-88f7-a1e9b9bc75ef",
            "gambit_id": "6da0ebf9-26b0-462d-94b9-5da5e11e9802",
            "last_updated": "2023-07-04T10:08:09.741960-04:00",
            "created_at": "2023-07-02T08:58:25.475620-04:00",
            "name": "NYM",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7e35522-94ac-460a-921e-d0f2c843f169/?format=api"
        }
    ]
}