GET /api/bet_types/8af47332-bd80-43f9-9004-b4b1b6bb5cc0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8af47332-bd80-43f9-9004-b4b1b6bb5cc0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d321618b-83b3-4b4f-9f28-9f8603889309/?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": "SDG",
                "amount": 5405.0
            },
            {
                "team": "COL",
                "amount": 4595.0
            }
        ],
        "expected_reward_tokens": 9188.5,
        "profit_sb": 188.5,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "7629fec9-d9c0-42fb-9eea-9ca0b7f8379d",
            "gambit_id": "a69cb904-b360-4ddb-af5b-61ad3b975b30",
            "last_updated": "2022-08-05T10:06:54.927770-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8af47332-bd80-43f9-9004-b4b1b6bb5cc0/?format=api"
        },
        {
            "id": "4fab2bad-f4b4-484f-8cbb-fd75b33d81a1",
            "gambit_id": "53f19bb4-713a-43e3-a98b-f085590ba37a",
            "last_updated": "2022-08-05T10:06:54.928176-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8af47332-bd80-43f9-9004-b4b1b6bb5cc0/?format=api"
        }
    ]
}