GET /api/bet_types/5dbe41f1-2957-4fd2-a5c2-245d3fca0277/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5dbe41f1-2957-4fd2-a5c2-245d3fca0277",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb59f209-1415-4b6f-9a4d-6f2e5e648f18/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-25T11:42:03.982759-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": "NYY",
                "amount": 6399.0
            },
            {
                "team": "MIN",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "37ae676b-ce85-48bd-8ebf-7d4cea686848",
            "gambit_id": "0f06193f-0674-42f1-8909-54aafff8cdbb",
            "last_updated": "2023-04-26T20:32:12.821890-04:00",
            "created_at": "2023-04-25T11:42:03.986751-04:00",
            "name": "NYY",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dbe41f1-2957-4fd2-a5c2-245d3fca0277/?format=api"
        },
        {
            "id": "6187a4a6-664c-4ff2-9587-0e92fc9105bb",
            "gambit_id": "f6134c39-23f2-4fe7-8920-81849053e6ee",
            "last_updated": "2023-04-26T20:32:12.820251-04:00",
            "created_at": "2023-04-25T11:42:03.984670-04:00",
            "name": "MIN",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dbe41f1-2957-4fd2-a5c2-245d3fca0277/?format=api"
        }
    ]
}