GET /api/bet_types/fd32a827-271d-4c53-977d-0d9431a27bc3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd32a827-271d-4c53-977d-0d9431a27bc3",
    "match": "https://api-prod.gambitprofit.com/api/matches/d714047a-bd73-457f-a195-cb83a0501a1e/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "Kansas State",
                "amount": 5096.0
            },
            {
                "team": "Missouri",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "3810dd3f-7a8e-40e3-882e-2540d96b1eca",
            "gambit_id": "83f65e90-625a-472a-927b-c0c5611c0e06",
            "last_updated": "2022-09-11T11:17:09.276014-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas State",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd32a827-271d-4c53-977d-0d9431a27bc3/?format=api"
        },
        {
            "id": "2a5c3d8e-daa9-49a0-8d23-0b6f9f9f87c2",
            "gambit_id": "725641d4-7bf2-4021-960b-ab155aa5401c",
            "last_updated": "2022-09-11T11:17:09.277147-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Missouri",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd32a827-271d-4c53-977d-0d9431a27bc3/?format=api"
        }
    ]
}