GET /api/bet_types/12225efa-481b-48c1-9b7d-8eb6a5d7b0ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12225efa-481b-48c1-9b7d-8eb6a5d7b0ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/003ce1c3-11f5-4627-b622-9710d5d476f4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-26T11:52:12.652756-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": "SFO",
                "amount": 6100.0
            },
            {
                "team": "MIL",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "525f3a6d-c162-4612-8b96-b5aaddfe4b6d",
            "gambit_id": "a34b80b9-d5f0-43e6-bfce-c3a58b9c0d30",
            "last_updated": "2023-05-27T16:17:17.808922-04:00",
            "created_at": "2023-05-26T11:52:12.656546-04:00",
            "name": "SFO",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12225efa-481b-48c1-9b7d-8eb6a5d7b0ac/?format=api"
        },
        {
            "id": "99988ef1-2b25-4b06-bcad-e40b0c048712",
            "gambit_id": "b4379df7-09b8-41ff-b48e-e81d815a3dee",
            "last_updated": "2023-05-27T16:17:17.811157-04:00",
            "created_at": "2023-05-26T11:52:12.658675-04:00",
            "name": "MIL",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12225efa-481b-48c1-9b7d-8eb6a5d7b0ac/?format=api"
        }
    ]
}