GET /api/bet_types/3b1177f4-49b0-4b90-b703-f2928d283b53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b1177f4-49b0-4b90-b703-f2928d283b53",
    "match": "https://api-prod.gambitprofit.com/api/matches/38ce044c-e2f0-411d-9f22-5cbc9ab7712f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-04T11:27:02.463437-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": "CHC",
                "amount": 5000.0
            },
            {
                "team": "WAS",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "51265889-d925-4b45-a17b-1b847c33c11c",
            "gambit_id": "54e92a00-59d6-478b-b393-167a20c901cc",
            "last_updated": "2023-05-05T11:47:10.612344-04:00",
            "created_at": "2023-05-04T11:27:02.466319-04:00",
            "name": "CHC",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b1177f4-49b0-4b90-b703-f2928d283b53/?format=api"
        },
        {
            "id": "82e0f1f9-5392-49d6-8812-bde823b43f05",
            "gambit_id": "e3ea268c-881a-4186-9c1b-098185396995",
            "last_updated": "2023-05-05T11:47:10.610835-04:00",
            "created_at": "2023-05-04T11:27:02.464836-04:00",
            "name": "WAS",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b1177f4-49b0-4b90-b703-f2928d283b53/?format=api"
        }
    ]
}