GET /api/bet_types/0e13b38b-6170-4ceb-8e1a-fb6221c57d7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e13b38b-6170-4ceb-8e1a-fb6221c57d7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e890f58c-35fc-45f7-8cec-142b70e9e9ce/?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": "CLE",
                "amount": 5984.0
            },
            {
                "team": "SEA",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9275.2,
        "profit_sb": 275.2,
        "profit_sb_percentage": 3.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "4925b965-e43f-4181-8e5d-941dff03ef08",
            "gambit_id": "d4e0f939-0b06-4645-9feb-a96ea92bbe8f",
            "last_updated": "2022-08-29T13:02:03.042243-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e13b38b-6170-4ceb-8e1a-fb6221c57d7c/?format=api"
        },
        {
            "id": "7cfb6452-8861-44ab-a40c-c11d117d9d5f",
            "gambit_id": "61a393c6-37ed-4cee-a6ae-cb808ea5631d",
            "last_updated": "2022-08-29T13:02:03.041810-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "2.31000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e13b38b-6170-4ceb-8e1a-fb6221c57d7c/?format=api"
        }
    ]
}