GET /api/bet_types/a5f22ee7-b44e-4af6-8e05-525c38701d31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5f22ee7-b44e-4af6-8e05-525c38701d31",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ca836c1-0b7b-4a60-a65b-1eaa53f2aea3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-16T09:52:57.133949-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": "ARI",
                "amount": 5788.0
            },
            {
                "team": "PHI",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f340660-422e-46eb-accb-a47e4d89cc95",
            "gambit_id": "7a806854-6470-4e2c-bfe3-4cd3c86878fc",
            "last_updated": "2023-10-17T10:13:13.831620-04:00",
            "created_at": "2023-10-16T09:52:57.137688-04:00",
            "name": "ARI",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5f22ee7-b44e-4af6-8e05-525c38701d31/?format=api"
        },
        {
            "id": "66ce5801-c61a-4108-826a-8b8e562fa39e",
            "gambit_id": "e6e2f56e-d64b-40dc-a56e-e776d90ef20f",
            "last_updated": "2023-10-17T10:13:13.834989-04:00",
            "created_at": "2023-10-16T09:52:57.142768-04:00",
            "name": "PHI",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5f22ee7-b44e-4af6-8e05-525c38701d31/?format=api"
        }
    ]
}