GET /api/bet_types/24e1a400-ba85-42fe-be8a-6b20496780e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24e1a400-ba85-42fe-be8a-6b20496780e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7139f3b-5db8-4c93-abb6-7ba7b4037765/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-02T10:32:06.823393-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": "TEX",
                "amount": 6100.0
            },
            {
                "team": "SEA",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "4fa2772c-aecd-4374-8b9f-23bb4463387b",
            "gambit_id": "529f971e-2acf-4c5c-9e3b-8db48c0beb66",
            "last_updated": "2023-06-05T10:57:18.643025-04:00",
            "created_at": "2023-06-02T10:32:06.828623-04:00",
            "name": "TEX",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24e1a400-ba85-42fe-be8a-6b20496780e3/?format=api"
        },
        {
            "id": "158bb395-0e43-4ad8-a116-b4f8e1b4c245",
            "gambit_id": "08b46136-7163-4211-8739-e6216e5fad33",
            "last_updated": "2023-06-05T10:57:18.641064-04:00",
            "created_at": "2023-06-02T10:32:06.825877-04:00",
            "name": "SEA",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24e1a400-ba85-42fe-be8a-6b20496780e3/?format=api"
        }
    ]
}