GET /api/bet_types/3bd4403f-a57f-4fef-8f15-337afb20d597/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bd4403f-a57f-4fef-8f15-337afb20d597",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5db1643-5c93-40c6-aef0-e1bd93ba2ef7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-21T08:51:55.112128-05: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": "Edmonton Oilers",
                "amount": 5419.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "85525ae0-7e49-4d24-bfe5-14c7105852da",
            "gambit_id": "7bb220a2-f365-4de4-ab96-6fd8676169d2",
            "last_updated": "2023-02-22T08:57:05.511313-05:00",
            "created_at": "2023-02-21T08:51:55.113584-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bd4403f-a57f-4fef-8f15-337afb20d597/?format=api"
        },
        {
            "id": "58bac8be-5817-4bf7-8aea-a90fc6c36923",
            "gambit_id": "c2caa7e2-cd55-4bab-9a8e-cab09997df50",
            "last_updated": "2023-02-22T08:57:05.512492-05:00",
            "created_at": "2023-02-21T08:51:55.115151-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bd4403f-a57f-4fef-8f15-337afb20d597/?format=api"
        }
    ]
}