GET /api/bet_types/0ba7877b-90fc-4926-b7bf-076ba8b558a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ba7877b-90fc-4926-b7bf-076ba8b558a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d87e450-c0b4-4433-b118-6eebeed2dd2c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-03T10:48:11.399299-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": "PIT",
                "amount": 5939.0
            },
            {
                "team": "STL",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "7b566eea-36eb-4bea-bd69-b054d1fafd6a",
            "gambit_id": "12fba35f-c042-4637-9737-dcac8e135abf",
            "last_updated": "2023-09-04T12:58:21.360083-04:00",
            "created_at": "2023-09-03T10:48:11.403060-04:00",
            "name": "PIT",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ba7877b-90fc-4926-b7bf-076ba8b558a8/?format=api"
        },
        {
            "id": "da1162dc-ff0f-4575-9e98-a156b592855a",
            "gambit_id": "20932331-834b-4d56-abb8-8ef3ce46734a",
            "last_updated": "2023-09-04T12:58:21.364950-04:00",
            "created_at": "2023-09-03T10:48:11.407983-04:00",
            "name": "STL",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ba7877b-90fc-4926-b7bf-076ba8b558a8/?format=api"
        }
    ]
}