GET /api/bet_types/115ee711-b0d7-405a-b41e-0a949c23ffa0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "115ee711-b0d7-405a-b41e-0a949c23ffa0",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4ffb781-47ae-4c6b-b0b3-7bafeac560c4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-11T11:43:21.258195-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": "Atlanta Falcons",
                "amount": 5000.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d3b6708e-9cb5-4ded-9359-9d0f56a4e518",
            "gambit_id": "42bb3754-79ae-4d63-9997-0278b5d060f7",
            "last_updated": "2023-08-12T18:23:10.620330-04:00",
            "created_at": "2023-08-11T11:43:21.264507-04:00",
            "name": "Atlanta Falcons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/115ee711-b0d7-405a-b41e-0a949c23ffa0/?format=api"
        },
        {
            "id": "863f52dc-3e09-45e6-8373-3510093bd284",
            "gambit_id": "270ab83a-2b68-427a-bb29-d418bde7e7aa",
            "last_updated": "2023-08-12T18:23:10.625178-04:00",
            "created_at": "2023-08-11T11:43:21.269181-04:00",
            "name": "Miami Dolphins",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/115ee711-b0d7-405a-b41e-0a949c23ffa0/?format=api"
        }
    ]
}