GET /api/bet_types/1f3b0f46-005a-4a2b-811d-b872270abf14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f3b0f46-005a-4a2b-811d-b872270abf14",
    "match": "https://api-prod.gambitprofit.com/api/matches/24b0d452-ad8a-435d-99e6-29a1896a8b59/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-05T09:53:22.263360-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": "TOR",
                "amount": 5213.0
            },
            {
                "team": "OAK",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f89cc74-d7db-4832-a04c-61b8551b50de",
            "gambit_id": "698615f3-fcb2-4b5f-a7ba-a71bdec672c3",
            "last_updated": "2023-09-06T18:58:00.438609-04:00",
            "created_at": "2023-09-05T09:53:22.269020-04:00",
            "name": "TOR",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f3b0f46-005a-4a2b-811d-b872270abf14/?format=api"
        },
        {
            "id": "690f1d09-802b-43da-b234-42cf2ba49762",
            "gambit_id": "8c96dc4d-6c38-4fda-a2e1-5f03716f88e1",
            "last_updated": "2023-09-06T18:58:00.442094-04:00",
            "created_at": "2023-09-05T09:53:22.274369-04:00",
            "name": "OAK",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f3b0f46-005a-4a2b-811d-b872270abf14/?format=api"
        }
    ]
}