GET /api/bet_types/f905d8b0-a21b-4462-b7b5-b6d0cf0ff806/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f905d8b0-a21b-4462-b7b5-b6d0cf0ff806",
    "match": "https://api-prod.gambitprofit.com/api/matches/9285921c-b6af-4363-9835-4af2ccdacff4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-08T09:01:57.213584-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": "MIA",
                "amount": 5699.0
            },
            {
                "team": "NYM",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "5fbcf656-7de4-4521-b14e-99b3aaae0afd",
            "gambit_id": "78abc7b7-b9ed-460e-9c9f-f48f2e27497c",
            "last_updated": "2023-04-09T11:37:21.902694-04:00",
            "created_at": "2023-04-08T09:01:57.217645-04:00",
            "name": "MIA",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f905d8b0-a21b-4462-b7b5-b6d0cf0ff806/?format=api"
        },
        {
            "id": "c6af3c78-768c-4a0a-9b32-5926c1a75d9d",
            "gambit_id": "6b31dbce-2d8d-4945-88bd-d14a204257a0",
            "last_updated": "2023-04-09T11:37:21.899625-04:00",
            "created_at": "2023-04-08T09:01:57.215590-04:00",
            "name": "NYM",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f905d8b0-a21b-4462-b7b5-b6d0cf0ff806/?format=api"
        }
    ]
}