GET /api/bet_types/6e69fba1-f948-48b5-b330-dbfc491143f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e69fba1-f948-48b5-b330-dbfc491143f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/416e6e54-a07b-4c90-af50-a5958e96345e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-07T08:28:01.277999-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": "ATL",
                "amount": 6154.0
            },
            {
                "team": "PIT",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee891067-20e5-4f2d-8f36-1aacc66a0db0",
            "gambit_id": "ca5170cf-3dbe-4901-af71-9a5682057d81",
            "last_updated": "2023-08-09T10:48:19.800360-04:00",
            "created_at": "2023-08-07T08:28:01.283264-04:00",
            "name": "ATL",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e69fba1-f948-48b5-b330-dbfc491143f2/?format=api"
        },
        {
            "id": "9fdb5d0b-75c7-490d-8762-57a226082748",
            "gambit_id": "426a038a-30b0-43e8-81cd-b71967503a55",
            "last_updated": "2023-08-09T10:48:19.804753-04:00",
            "created_at": "2023-08-07T08:28:01.287231-04:00",
            "name": "PIT",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e69fba1-f948-48b5-b330-dbfc491143f2/?format=api"
        }
    ]
}