GET /api/bet_types/41256c95-871c-4784-a58e-a0452b3400ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41256c95-871c-4784-a58e-a0452b3400ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/08cd004a-f764-4f4c-81c3-5afafbbb6149/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-03T10:48:11.898083-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": "CLE",
                "amount": 5213.0
            },
            {
                "team": "TAM",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0264d4c1-43ba-48c0-b835-3d28bbb9b4da",
            "gambit_id": "8a460731-b8b7-43dc-9e84-b9e85b632d71",
            "last_updated": "2023-09-05T10:27:57.938851-04:00",
            "created_at": "2023-09-03T10:48:11.913164-04:00",
            "name": "CLE",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41256c95-871c-4784-a58e-a0452b3400ed/?format=api"
        },
        {
            "id": "7ed36692-a532-4b07-8e26-d5fd76b9e471",
            "gambit_id": "92c2d8fb-f74e-4672-b8c2-c5ea62650889",
            "last_updated": "2023-09-05T10:27:57.935628-04:00",
            "created_at": "2023-09-03T10:48:11.905543-04:00",
            "name": "TAM",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41256c95-871c-4784-a58e-a0452b3400ed/?format=api"
        }
    ]
}