GET /api/bet_types/df2f7cb8-e4c2-4109-bb91-aca49f6a81af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df2f7cb8-e4c2-4109-bb91-aca49f6a81af",
    "match": "https://api-prod.gambitprofit.com/api/matches/5fa1f40f-be39-4d15-bdb4-d175faf9055b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-11T11:43:23.263153-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": "Tennessee Titans",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bears",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c421b9c0-c4eb-4ed6-98cf-3f881117dc51",
            "gambit_id": "cbb266d2-6298-4b29-8833-accf51c3d747",
            "last_updated": "2023-08-14T11:18:18.333412-04:00",
            "created_at": "2023-08-11T11:43:23.270570-04:00",
            "name": "Tennessee Titans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df2f7cb8-e4c2-4109-bb91-aca49f6a81af/?format=api"
        },
        {
            "id": "1242c271-31a1-4e85-803d-e996e8538c08",
            "gambit_id": "4b60f2ef-4ebf-4c04-8312-77e6032726d5",
            "last_updated": "2023-08-14T11:18:18.336807-04:00",
            "created_at": "2023-08-11T11:43:23.277881-04:00",
            "name": "Chicago Bears",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df2f7cb8-e4c2-4109-bb91-aca49f6a81af/?format=api"
        }
    ]
}