GET /api/bet_types/1034f6b7-e157-4f15-9316-59310b6306f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1034f6b7-e157-4f15-9316-59310b6306f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b2f49de-3c9f-44af-9d7d-44abafad2e8f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-09T08:43:18.474000-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": "DET",
                "amount": 5688.0
            },
            {
                "team": "TOR",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "33801557-674f-4573-a0da-29c505075a7a",
            "gambit_id": "1ee7f1d4-8a11-44e8-8afa-0a66e14e8221",
            "last_updated": "2023-07-10T18:28:23.685363-04:00",
            "created_at": "2023-07-09T08:43:18.480841-04:00",
            "name": "DET",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1034f6b7-e157-4f15-9316-59310b6306f3/?format=api"
        },
        {
            "id": "a1f21376-7098-4857-8258-d0d565b2d6cf",
            "gambit_id": "b3fb612d-fe97-4647-935c-ac698359c046",
            "last_updated": "2023-07-10T18:28:23.683794-04:00",
            "created_at": "2023-07-09T08:43:18.477522-04:00",
            "name": "TOR",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1034f6b7-e157-4f15-9316-59310b6306f3/?format=api"
        }
    ]
}