GET /api/bet_types/11dffd32-a417-4ed2-9e2d-6d889d635269/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11dffd32-a417-4ed2-9e2d-6d889d635269",
    "match": "https://api-prod.gambitprofit.com/api/matches/81b5d579-d1c3-4000-a012-9a23f2d7b127/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-04T09:48:07.606303-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": "CLE",
                "amount": 6232.0
            },
            {
                "team": "MIN",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "391d296a-9f1c-4e16-b5bb-f588910b07d6",
            "gambit_id": "8d914a74-02f0-46d4-a2c8-c9a0830784dd",
            "last_updated": "2023-09-05T10:38:01.192188-04:00",
            "created_at": "2023-09-04T09:48:07.614213-04:00",
            "name": "CLE",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11dffd32-a417-4ed2-9e2d-6d889d635269/?format=api"
        },
        {
            "id": "5574867d-1c13-4a40-a9d4-6ba95a72fe9f",
            "gambit_id": "b6e0f303-cc93-42a5-9618-0ddfaae5b5b4",
            "last_updated": "2023-09-05T10:38:01.188836-04:00",
            "created_at": "2023-09-04T09:48:07.610104-04:00",
            "name": "MIN",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11dffd32-a417-4ed2-9e2d-6d889d635269/?format=api"
        }
    ]
}