GET /api/bet_types/f715b008-3402-4718-9e01-154eba57e327/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f715b008-3402-4718-9e01-154eba57e327",
    "match": "https://api-prod.gambitprofit.com/api/matches/edb1251b-22e2-4058-bc0c-0db326e2f0e1/?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": "OAK",
                "amount": 6409.0
            },
            {
                "team": "WAS",
                "amount": 3591.0
            }
        ],
        "expected_reward_tokens": 9228.87,
        "profit_sb": 228.87,
        "profit_sb_percentage": 2.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "7390fac5-a405-4e4a-ae46-e57c39bcaa08",
            "gambit_id": "67d55fc7-7230-4ba4-8fa8-6a9fd5c6203e",
            "last_updated": "2022-08-31T12:06:54.400174-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.44000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f715b008-3402-4718-9e01-154eba57e327/?format=api"
        },
        {
            "id": "0f9256af-b646-494f-8fc2-b59c8ac17331",
            "gambit_id": "0739690a-4113-4252-a17d-2f9c4d806eea",
            "last_updated": "2022-08-31T12:06:54.399356-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "2.57000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f715b008-3402-4718-9e01-154eba57e327/?format=api"
        }
    ]
}